home *** CD-ROM | disk | FTP | other *** search
/ Joystick Magazine 1995 July & August / cd No4 joystick No62.iso / pc / cadeaux / df / doc / demo3.doc < prev    next >
Encoding:
Text File  |  1995-06-01  |  1.6 KB  |  38 lines

  1. /* -------------------------------------------------------------------------- */
  2. /* DFUSE DEMO 3 : simple elevators.                                           */
  3. /* -------------------------------------------------------------------------- */
  4.  
  5. This mini-level has been designed to demonstrate the use of simple elevators.
  6. Please see their description in the .INF file (press 'i' in LEVMAP).
  7.  
  8. You fill find:
  9.  
  10. 1. A change_light elevator (in the 'change_light' sector), which simply
  11.    pulsates the ambient light from 0 to 31 and back.
  12.  
  13. 2. A simple platform that will elevate you 16 above the floor, then stay there
  14.    for 10 seconds, before coming back down.
  15.    Please note the use of the PEG TX ON VERTI MOVING WALL flag (WL 1, 16).
  16.    To get a demo of its use, jump off the platform, then nudge it from outside.
  17.    See how the texture moves 'naturally' with the wall. Now, do the same
  18.    operation, but go and see the 'northen' side which has been 'forgotten'.
  19.    Notice how this ISN'T natural!
  20.  
  21. 3. Two scroll_floor elevators, the second working as a slave of the first.
  22.    The second also has SC flag 1, 32768 set, so you won't follw the move !
  23.  
  24. 4. A morph_spin2 elevator, which will allow you to spin wildly. Note that a
  25.    morph_spin1 would have spun, but not you !
  26.  
  27. TO INSTALL IT
  28. =============
  29.  
  30. Go to the DOS prompt, and type 'demo3-d! -d'.
  31.  
  32. DON'T FORGET THE '-d' or the level will be extracted in the wrong directory.
  33.  
  34. Be careful, this is a SECBASE replacement, and you risk to destroy any work you
  35. have done on that level.
  36.  
  37. (note that extracted means 'from the PKZIP exe file' here, not from a .GOB)
  38.